DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / ShouldShowMenu Method

In This Topic
    ShouldShowMenu Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function ShouldShowMenu( _
       ByVal tableView As UIKit.UITableView, _
       ByVal rowAtindexPath As Foundation.NSIndexPath _
    ) As Boolean
    public virtual bool ShouldShowMenu( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath rowAtindexPath
    )

    Parameters

    tableView
    rowAtindexPath
    See Also